Skip to content

Commit e6ea221

Browse files
committed
wip
1 parent 8f7335f commit e6ea221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function install_pkgx() {
9393
if (platform_key().startsWith('windows')) {
9494
// not yet versioned
9595
strip = 0;
96-
return 'https://pkgx.sh/Windows/x86_64.tgz';
96+
return 'https://pkgx.sh/Windows/x86_64.zip';
9797
}
9898

9999
let url = `https://dist.pkgx.dev/pkgx.sh/${platform_key()}/versions.txt`;

0 commit comments

Comments
 (0)