Skip to content

Commit dc007df

Browse files
committed
Fix themis/circe postfixes
1 parent 0ab11ad commit dc007df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vendor_download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ case "$(uname -s)" in
7878
fi
7979

8080
ASSET_POSTFIX="linux"
81-
THEMIS_ASSET_POSTFIX="linux-amd64"
81+
THEMIS_ASSET_POSTFIX="linux-${LIBC}"
8282
FICUS_ASSET_POSTFIX="$ARCH-unknown-linux-$LIBC.tar.gz"
8383
LERNIE_ASSET_POSTFIX="${ARCH}-linux"
84-
CIRCE_ASSET_POSTFIX="${ARCH}-unknown-linux-musl"
84+
CIRCE_ASSET_POSTFIX="${ARCH}-unknown-linux-${LIBC}"
8585
;;
8686
*)
8787
echo "Warn: Assuming $(uname -s) is Windows"

0 commit comments

Comments
 (0)