We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7884b41 + e5925b5 commit 36b4293Copy full SHA for 36b4293
src/toolchains.rs
@@ -22,7 +22,7 @@ use crate::{Config, GitDate};
22
pub const YYYY_MM_DD: &str = "%Y-%m-%d";
23
24
pub(crate) const NIGHTLY_SERVER: &str = "https://static.rust-lang.org/dist";
25
-const CI_SERVER: &str = "https://s3-us-west-1.amazonaws.com/rust-lang-ci2";
+const CI_SERVER: &str = "https://ci-artifacts.rust-lang.org";
26
27
#[derive(thiserror::Error, Debug)]
28
pub(crate) enum InstallError {
0 commit comments