diff --git a/podman/rustinstall.sh b/podman/rustinstall.sh index def5c2b53..f72851d95 100755 --- a/podman/rustinstall.sh +++ b/podman/rustinstall.sh @@ -9,4 +9,4 @@ cargo +stable install --force --version 1.16.0 just cargo +stable install --force --version 0.27.0 cbindgen SCCACHE_PATH=https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-$(uname -m)-unknown-linux-musl.tar.gz -curl -sSL $(SCCACHE_PATH) | tar -xz -C ~/.cargo/bin --strip-components=1 --wildcards '*/sccache' +curl -sSL $SCCACHE_PATH | tar -xz -C ~/.cargo/bin --strip-components=1 --wildcards '*/sccache'