[build] change macOS bootstrapped GCC to official ARM brew tap (#4514)

Change to using ARM's official toolchain tap.
diff --git a/script/bootstrap b/script/bootstrap
index dc3868a..1106e39 100755
--- a/script/bootstrap
+++ b/script/bootstrap
@@ -74,8 +74,8 @@
     brew install automake libtool
 
     # add ARM toolchain
-    brew tap PX4/homebrew-px4
-    brew install gcc-arm-none-eabi
+    brew tap ArmMbed/homebrew-formulae
+    brew install arm-none-eabi-gcc
 
     # check for gcc for posix examples
     if ! which gcc; then