diff --git a/tools/start b/tools/start
index 2d8369463def164beb7ed5a16323a277a27c2c50..d9fa3f3f40ca9c2652799da88a8be00657b4b55b 100755
--- a/tools/start
+++ b/tools/start
@@ -55,7 +55,7 @@ docker-compose -f ./compose/horizon.yml up -d
 IMAGE_URL=http://download.cirros-cloud.net/0.3.3/
 IMAGE=cirros-0.3.3-x86_64-disk.img
 if ! [ -f "$IMAGE" ]; then
-    curl -o ./$IMAGE $IMAGE_URL/$IMAGE
+    curl -L -o ./$IMAGE $IMAGE_URL/$IMAGE
 fi
 
 until keystone user-list | grep glance