Fresh PIO install on Apple Silicon

What is the best way to install PlatformIO on a “clean” MacBook? I went for the recommended “super quick” install script (curl … | sh) but it appears to install an x86_64 version of the GCC toolchain, which then fails because Rosetta isn’t installed.

I was hoping that native aarch64 builds could be installed by now.

(latest PIO: 6.1.19, for STM32/CMSIS builds)

-jcw