Skip to content

Commit ebdf331

Browse files
committed
Download from the combined installer
1 parent a7a57ca commit ebdf331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/rustup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ then
441441
fi
442442

443443
RUST_URL="https://static.rust-lang.org/dist"
444-
RUST_PACKAGE_NAME=rust-combined-nightly
444+
RUST_PACKAGE_NAME=rust-nightly
445445
RUST_PACKAGE_NAME_AND_TRIPLE="${RUST_PACKAGE_NAME}-${HOST_TRIPLE}"
446446
RUST_TARBALL_NAME="${RUST_PACKAGE_NAME_AND_TRIPLE}.tar.gz"
447447
RUST_LOCAL_INSTALL_DIR="${CFG_TMP_DIR}/${RUST_PACKAGE_NAME_AND_TRIPLE}"

0 commit comments

Comments
 (0)