diff --git a/doc/user/content/integrations/mz-debug/_index.md b/doc/user/content/integrations/mz-debug/_index.md index 372a48f22d4d4..5a29555a5417c 100644 --- a/doc/user/content/integrations/mz-debug/_index.md +++ b/doc/user/content/integrations/mz-debug/_index.md @@ -19,9 +19,8 @@ disable_list: true {{< tab "macOS" >}} ```shell -ARCH=$(uname -m) sudo echo "Preparing to extract mz-debug..." -curl -L "https://binaries.materialize.com/mz-debug-latest-$ARCH-apple-darwin.tar.gz" \ +curl -L "https://binaries.materialize.com/mz-debug-latest-arm64-apple-darwin.tar.gz" \ | sudo tar -xzC /usr/local --strip-components=1 ``` {{}}