File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287287 shell : bash
288288 run : |
289289 archive="cargo-binstall-x86_64-unknown-linux-musl.tgz"
290- wget "https://github.com/ryankurte /cargo-binstall/releases/latest/download/${archive}"
290+ wget "https://github.com/cargo-bins /cargo-binstall/releases/latest/download/${archive}"
291291
292292 tar -xvf "./${archive}"
293293
@@ -457,7 +457,7 @@ jobs:
457457 shell : bash
458458 run : |
459459 archive="cargo-binstall-x86_64-unknown-linux-musl.tgz"
460- wget "https://github.com/ryankurte /cargo-binstall/releases/latest/download/${archive}"
460+ wget "https://github.com/cargo-bins /cargo-binstall/releases/latest/download/${archive}"
461461
462462 tar -xvf "./${archive}"
463463
Original file line number Diff line number Diff line change 7373 shell : bash
7474 run : |
7575 archive="cargo-binstall-x86_64-unknown-linux-musl.tgz"
76- wget "https://github.com/ryankurte /cargo-binstall/releases/latest/download/${archive}"
76+ wget "https://github.com/cargo-bins /cargo-binstall/releases/latest/download/${archive}"
7777
7878 tar -xvf "./${archive}"
7979
You can’t perform that action at this time.
0 commit comments