diff --git a/apps/website/src/constants.ts b/apps/website/src/constants.ts index ab50360d9ac..70c053f0344 100644 --- a/apps/website/src/constants.ts +++ b/apps/website/src/constants.ts @@ -1,4 +1,4 @@ export const DOWNLOAD_URL_MAC_ARM64 = - "https://github.com/superset-sh/superset/releases/latest/download/Superset-arm64-mac.zip"; + "https://github.com/superset-sh/superset/releases/latest/download/Superset-arm64.dmg"; export const GITHUB_REPO_URL = "https://github.com/superset-sh/superset";