brson/multirust

Cannot download checksum sha 256 for nigthly

TileHalo opened this issue · 1 comments

rustup fails after multirust default nigthly

multirust: installing toolchain 'nigthly'
rustup: gpg available. signatures will be verified
rustup: downloading toolchain for 'nigthly'
rustup: command failed: curl -s -f -O http://static-rust-lang-org.s3-website-us-west-1.amazonaws.com/dist/rust-nigthly-x86_64-unknown-linux-gnu.tar.gz.sha256
rustup: couldn't download checksum file 'http://static-rust-lang-org.s3-website-us-west-1.amazonaws.com/dist/rust-nigthly-x86_64-unknown-linux-gnu.tar.gz.sha256'
brson commented

Thanks for the report. Because 'nightly' is misspelled 'nigthly' multirust interprets it as an explicit version number and can't find it. This is intended behavior, though perhaps the error could be better.