Skip to content

Commit 0627bbd

Browse files
committed
fix: download url for darwin_x86_64
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
1 parent 199092a commit 0627bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function getPlatform(): string | undefined {
1212
const platforms = {
1313
"linux-x64": "linux_x86_64",
1414
'linux-arm64': 'linux_arm64',
15-
'darwin-x64': 'darwin-x64',
15+
'darwin-x64': 'darwin_x86_64',
1616
'darwin-arm64': 'darwin_arm64',
1717
// 'win32-x64': 'windows-x64'
1818
};

0 commit comments

Comments
 (0)