diff --git a/crates/uv-distribution-types/src/index_url.rs b/crates/uv-distribution-types/src/index_url.rs index 0b4e842b2..aa948f86b 100644 --- a/crates/uv-distribution-types/src/index_url.rs +++ b/crates/uv-distribution-types/src/index_url.rs @@ -28,7 +28,7 @@ static DEFAULT_INDEX: LazyLock = LazyLock::new(|| { }); static VARIANT_URL: LazyLock = - LazyLock::new(|| DisplaySafeUrl::parse("https://download.pytorch.org/whl/variant").unwrap()); + LazyLock::new(|| DisplaySafeUrl::parse("https://wheelnext.github.io/variants-index/v0.0.2").unwrap()); static VARIANT_INDEX: LazyLock = LazyLock::new(|| { Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(