This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ msg "host triple: ${HOST_TRIPLE}"
390
390
PACKAGE_NAME=rust-nightly
391
391
PACKAGE_NAME_AND_TRIPLE=" ${PACKAGE_NAME} -${HOST_TRIPLE} "
392
392
TARBALL_NAME=" ${PACKAGE_NAME_AND_TRIPLE} .tar.gz"
393
- REMOTE_TARBALL=" http ://static.rust-lang.org/dist/${TARBALL_NAME} "
393
+ REMOTE_TARBALL=" https ://static.rust-lang.org/dist/${TARBALL_NAME} "
394
394
TMP_DIR=" ./rustup-tmp-install"
395
395
LOCAL_TARBALL=" ${TMP_DIR} /${TARBALL_NAME} "
396
396
LOCAL_INSTALL_DIR=" ${TMP_DIR} /${PACKAGE_NAME_AND_TRIPLE} "
@@ -399,7 +399,7 @@ LOCAL_INSTALL_SCRIPT="${LOCAL_INSTALL_DIR}/install.sh"
399
399
CARGO_PACKAGE_NAME=cargo-nightly
400
400
CARGO_PACKAGE_NAME_AND_TRIPLE=" ${CARGO_PACKAGE_NAME} -${HOST_TRIPLE} "
401
401
CARGO_TARBALL_NAME=" ${CARGO_PACKAGE_NAME_AND_TRIPLE} .tar.gz"
402
- CARGO_REMOTE_TARBALL=" http ://static.rust-lang.org/cargo-dist/${CARGO_TARBALL_NAME} "
402
+ CARGO_REMOTE_TARBALL=" https ://static.rust-lang.org/cargo-dist/${CARGO_TARBALL_NAME} "
403
403
CARGO_LOCAL_TARBALL=" ${TMP_DIR} /${CARGO_TARBALL_NAME} "
404
404
CARGO_LOCAL_INSTALL_DIR=" ${TMP_DIR} /${CARGO_PACKAGE_NAME_AND_TRIPLE} "
405
405
CARGO_LOCAL_INSTALL_SCRIPT=" ${CARGO_LOCAL_INSTALL_DIR} /install.sh"
You can’t perform that action at this time.
0 commit comments