Yes so let me provide as much context as possible to see if maybe it’s just user error on my end. I also have a Macbook Pro M1 in case that needs to be noted.
What I am doing is opening a terminal and running the command /bin/bash -c "$(curl -fsSL 'https://sandbox.aztec.network')" per the documentation. Another thing I’ve done is I’ve also set up a FORK_URL using an Alchemy RPC URL, and the FORK_BLOCK_NUMBER is the one that’s set from the documentation.
When I run the curl command, it seems to get hung up on the otterscan layers, and will try to pull all but doesn’t seem to fully complete the process. I then get an error related to it timing out after around 200s.
Could you try the /bin/bash -c "$(curl -fsSL 'https://sandbox.aztec.network')" command, but without using the Alchemy RPC as the FORK_URL? I don’t think you need to explicitly set the FORK_BLOCK_NUMBER either - it should be OK to run without either environment variable set.
I think the main issue is the Alchemy RPC; the sandbox is meant to run against a local anvil instance of ethereum, rather than a testnet (or mainnet). So there’s no need for Alchemy to be involved at all.