problem with updating afni binaries

AFNI version info (afni -ver): Precompiled binary macos_13_ARM_clang: Nov 21 2023 (Version AFNI_23.3.08 'Septimius Severus')

I just installed afni on a new Mac Studio machine with OS Ventura 13.6.1
The update had not issues, but when I run @update.afni.binaries -d I get an error (see below).
I looked on the message board and tried the following code:
build_afni.py -build_root ~/afni_build

But got the same error.

curl: (22) The requested URL returned error: 404
** failed to download test file
   (maybe package macos_13_ARM_clang is not available)

Hello,

Well @update.afni.binaries has not been modified to deal with build_afni.py yet (I am not positive if it will, maybe it should just fail).

To update, run the same original command again:

build_afni.py -build_root ~/afni_build

-rick

Thanks Rick,

Maryam