Fail to install rustup on arm since a week

⚓ rust    📅 2025-05-23    👤 surdeus    👁️ 4      

surdeus

Warning

This post was published 37 days ago. The information described in this article may have changed.

Until two weeks ago, curl https://sh.rustup.rs -sSf | sh -s -- -y; fi worked on an arm CI, but now fails:

info: `RUSTUP_VERSION` has been set to `stable`
info: downloading installer
warn: curl: (22) The requested URL returned error: 404 
error: command failed: downloader https://static.rust-lang.org/rustup/archive/stable/aarch64-unknown-linux-gnu/rustup-init /tmp/tmp.HxXO1WGhPN/rustup-init aarch64-unknown-linux-gnu

Exited with code exit status 1

The CI: https://app.circleci.com/pipelines/github/tdelmas/typed_floats?branch=dependabot%2Fcargo%2Ftoml-0.8.22

3 posts - 2 participants

Read full topic

🏷️ rust_feed