Hi there,
when doing a fresh install using the most recent instructions, and running system_check I had error messages for 3dSkullStrip and 3dRSFC that started "dyld[xxxx]: Library not loaded: /opt/homebrew/opt/gsl/lib/libgsl.27.dylib
Indeed, brew had installed a slightly newer version, libgsl.28.
If I just created a symlink all worked ok (well, at least the commands ran without arguments):
ln -s /opt/homebrew/opt/gsl/lib/libgsl.28.dylib /opt/homebrew/opt/gsl/lib/libgsl.27.dylib
Thanks for the constant upkeep and developmental, all!