We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4968c3c commit 594e959Copy full SHA for 594e959
engines/javascriptcore/predict-url.js
@@ -20,7 +20,7 @@ const predictUrl = (version, os) => {
20
case 'mac64':
21
case 'mac64arm': {
22
const name = getMacOsName();
23
- return `https://s3-us-west-2.amazonaws.com/minified-archives.webkit.org/mac-${name}-x86_64%20arm64-release/${version}@main.zip`;
+ return `https://s3-us-west-2.amazonaws.com/minified-archives.webkit.org/mac-${name}-x86_64-arm64-release/${version}@main.zip`;
24
}
25
case 'linux64': {
26
return `https://webkitgtk.org/jsc-built-products/x86_64/release/${version}@main.zip`;
0 commit comments