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.
1 parent 506bb54 commit fefad71Copy full SHA for fefad71
tools/install/main.rs
@@ -36,7 +36,7 @@ fn main() {
36
let _s = Group::new(&format!("downloading {triple} tarball"));
37
let mut cmd = Command::new("curl");
38
cmd.args(["-f", "-L"])
39
- .arg(format!("https://github.com/rust-gpu/spirv-tools-rs/releases/download/{release}/{triple}.tar.zst"))
+ .arg(format!("https://github.com/EmbarkStudios/spirv-tools-rs/releases/download/{release}/{triple}.tar.zst"))
40
.stdout(std::process::Stdio::piped());
41
42
let output = cmd
0 commit comments