File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ ARCH=$(uname -m)
4040case " $ARCH " in
4141 x86_64)
4242 CPU_ARCH=" x86_64"
43- PKG_X86=" https://dl.rustfs.com/artifacts/rustfs/rustfs-release -x86_64-unknown-linux-gnu .zip"
44- PKG_MUSL=" https://dl.rustfs.com/artifacts/rustfs/rustfs-x86_64-unknown- linux-musl .zip"
43+ PKG_X86=" https://dl.rustfs.com/artifacts/rustfs/release/ rustfs-linux -x86_64-latest .zip"
44+ PKG_MUSL=" https://dl.rustfs.com/artifacts/rustfs/release/ rustfs-linux-x86_64-latest .zip"
4545 ;;
4646 aarch64)
4747 CPU_ARCH=" aarch64"
48- PKG_MUSL=" https://dl.rustfs.com/artifacts/rustfs/rustfs-aarch64-unknown- linux-musl .zip"
48+ PKG_MUSL=" https://dl.rustfs.com/artifacts/rustfs/release/ rustfs-linux-aarch64-latest .zip"
4949 ;;
5050 * ) err " Unsupported CPU architecture: $ARCH " ;;
5151esac
You can’t perform that action at this time.
0 commit comments