diff --git a/compute_create b/compute_create
index cc0769eb7320448e2ca3bfe26529219e75b68d11..56be98d93c7f479f035dfdd02750057ebaf8f815 100755
--- a/compute_create
+++ b/compute_create
@@ -17,7 +17,7 @@ fi
 # Download the ipxe.iso boot image if it doesn't already exist
 if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then
   echo "Downloading the network boot ipxe.iso file"
-  crul -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
+  curl -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
 fi
 
 VBoxManage createvm --name "$nodename" --register