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 f4e7274 commit 466829aCopy full SHA for 466829a
public/install_rustfs.sh
@@ -41,7 +41,7 @@ case "$ARCH" in
41
x86_64)
42
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-aarch64-unknown-linux-musl.zip"
+ PKG_MUSL="https://dl.rustfs.com/artifacts/rustfs/rustfs-x86_64-unknown-linux-musl.zip"
45
;;
46
aarch64)
47
CPU_ARCH="aarch64"
0 commit comments