From 573f2de6accd55cfde2d7f1cbab255d7f3466359 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 21 Oct 2015 10:23:08 -0700 Subject: [PATCH] Another attempt at fixing nightly --- 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 dbea3283..5b9eeff9 100644 --- a/ci/run-travis.sh +++ b/ci/run-travis.sh @@ -71,7 +71,7 @@ case "$TARGET" in # tarballs. pkg=rustc if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then - pkg=rust-std + pkg=rust-std-$HOST fi curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \ tar xzf - -C $HOME/rust/lib/rustlib --strip-components=4 \