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 20234d8 commit 159aa61Copy full SHA for 159aa61
1 file changed
vendor_download.sh
@@ -87,7 +87,7 @@ case "$(uname -s)" in
87
echo "Warn: Assuming $(uname -s) is Windows"
88
ASSET_POSTFIX="windows.exe"
89
THEMIS_ASSET_POSTFIX="windows-amd64"
90
- FICUS_ASSET_POSTFIX="x86_64-windows.exe.zip"
+ FICUS_ASSET_POSTFIX="x86_64-pc-windows-msvc.zip"
91
LERNIE_ASSET_POSTFIX="x86_64-windows.exe"
92
CIRCE_ASSET_POSTFIX="x86_64-pc-windows-msvc"
93
;;
0 commit comments