Skip to content

Commit fefad71

Browse files
Firestar99LegNeato
authored andcommitted
ci: use old embark repo for comparing with __internal__binaries__ tag
1 parent 506bb54 commit fefad71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn main() {
3636
let _s = Group::new(&format!("downloading {triple} tarball"));
3737
let mut cmd = Command::new("curl");
3838
cmd.args(["-f", "-L"])
39-
.arg(format!("https://github.com/rust-gpu/spirv-tools-rs/releases/download/{release}/{triple}.tar.zst"))
39+
.arg(format!("https://github.com/EmbarkStudios/spirv-tools-rs/releases/download/{release}/{triple}.tar.zst"))
4040
.stdout(std::process::Stdio::piped());
4141

4242
let output = cmd

0 commit comments

Comments
 (0)