From 1e6056e573e82617ce05290ea0ee200648ddeda4 Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Sun, 13 Sep 2015 22:59:06 -0700 Subject: [PATCH] Try to fix musl CI again --- ci/run-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-travis.sh b/ci/run-travis.sh index b5b08442..a7d382f5 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 -- GitLab