Skip to content

Commit 159aa61

Browse files
committed
Fix Windows postfix for changed release
1 parent 20234d8 commit 159aa61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vendor_download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ case "$(uname -s)" in
8787
echo "Warn: Assuming $(uname -s) is Windows"
8888
ASSET_POSTFIX="windows.exe"
8989
THEMIS_ASSET_POSTFIX="windows-amd64"
90-
FICUS_ASSET_POSTFIX="x86_64-windows.exe.zip"
90+
FICUS_ASSET_POSTFIX="x86_64-pc-windows-msvc.zip"
9191
LERNIE_ASSET_POSTFIX="x86_64-windows.exe"
9292
CIRCE_ASSET_POSTFIX="x86_64-pc-windows-msvc"
9393
;;

0 commit comments

Comments
 (0)