I just got cron jobs for my website and I am trying to figure out how to make it execute the job every 1 minute, that isnt the problem. my problem is i don't know what I should put for the command to execute. This is what the page looks like in my cpanel

I want it to execute a script from my website which is located here - http://www.mymcstatus.net/scripts/update.php.
What command would I use to do this?
PS: From one of the comments posted I used curl http://www.mymcstatus.net/scripts/update.php works perfectly.