diff --git a/ci/run-travis.sh b/ci/run-travis.sh
index b5b08442c446eb06e44fb9723fd64514ff7032ed..a7d382f5e285134fd7705413f3b99bad91113ce0 100644
--- a/ci/run-travis.sh
+++ b/ci/run-travis.sh
@@ -17,7 +17,7 @@ if [ "$TARGET" = "arm-linux-androideabi" ]; then
   docker pull alexcrichton/rust-libc-test
   docker run -v `pwd`:/clone -t alexcrichton/rust-libc-test sh ci/run.sh $TARGET
 elif [ "$TARGET" = "x86_64-unknown-linux-musl" ]; then
-  curl -sO https://people.mozilla.org/~acrichton/libc-test/2015-09-08/x86_64-unknown-linux-musl.tar.gz | \
+  curl -s https://people.mozilla.org/~acrichton/libc-test/2015-09-08/x86_64-unknown-linux-musl.tar.gz | \
     tar xzf - -C $HOME/rust/lib/rustlib
   sh ci/run.sh $TARGET
 else