diff --git a/utils.js b/utils.js index 07e0a26..3daa22c 100644 --- a/utils.js +++ b/utils.js @@ -88,6 +88,9 @@ module.exports = { } } else if (platform === 'darwin') { url += 'Mac'; + if (process.arch === 'arm64') { + url += '_Arm'; + } } else { throw new Error('Unsupported platform'); }