diff --git a/cli/scripts/update-homebrew-formula.ts b/cli/scripts/update-homebrew-formula.ts index 53b28d45..c65e5d0a 100644 --- a/cli/scripts/update-homebrew-formula.ts +++ b/cli/scripts/update-homebrew-formula.ts @@ -87,7 +87,7 @@ class Hapi < Formula url "https://github.com/tiann/hapi/releases/download/v#{version}/hapi-linux-arm64.tar.gz" sha256 "${shas.linuxArm64}" else - url "https://github.com/tiann/hapi/releases/download/v#{version}/hapi-linux-x64.tar.gz" + url "https://github.com/tiann/hapi/releases/download/v#{version}/hapi-linux-x64-baseline.tar.gz" sha256 "${shas.linuxX64}" end end