Skip to content

Commit cdb5ce6

Browse files
authored
Fix LLVM URL in release script (#840)
1 parent 651d393 commit cdb5ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ static LLVM_URL: Lazy<Url> = Lazy::new(|| {
617617
panic!("unsupported macOS architecture");
618618
}
619619
} else if cfg!(target_os = "linux") {
620-
Url::parse("https://github.com/indygreg/toolchain-tools/releases/download/toolchain-bootstrap%2F20251029/llvm-20.1.4+20251029-gnu_only-x86_64-unknown-linux-gnu.tar.zst").unwrap()
620+
Url::parse("https://github.com/indygreg/toolchain-tools/releases/download/toolchain-bootstrap%2F20251029/llvm-21.1.4+20251029-gnu_only-x86_64-unknown-linux-gnu.tar.zst").unwrap()
621621
} else {
622622
panic!("unsupported platform");
623623
}

0 commit comments

Comments
 (0)