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 0ab11ad commit dc007dfCopy full SHA for dc007df
1 file changed
vendor_download.sh
@@ -78,10 +78,10 @@ case "$(uname -s)" in
78
fi
79
80
ASSET_POSTFIX="linux"
81
- THEMIS_ASSET_POSTFIX="linux-amd64"
+ THEMIS_ASSET_POSTFIX="linux-${LIBC}"
82
FICUS_ASSET_POSTFIX="$ARCH-unknown-linux-$LIBC.tar.gz"
83
LERNIE_ASSET_POSTFIX="${ARCH}-linux"
84
- CIRCE_ASSET_POSTFIX="${ARCH}-unknown-linux-musl"
+ CIRCE_ASSET_POSTFIX="${ARCH}-unknown-linux-${LIBC}"
85
;;
86
*)
87
echo "Warn: Assuming $(uname -s) is Windows"
0 commit comments