This dataset depends on the following independent variable (i.e, grid):
grid: /S (months since 1960-01-01) ordered (0000 1 Apr 2022) to (0000 1 Jun 2023) by 1.0 N= 15 pts :grid
so there will be 15 links below for the different files.
You may want to get a utility like wget which can download sets of files. For example (all one line)
wget -r -l2 -nd --no-parent -e robots=off -v --relative 'http://45.183.221.150/SOURCES/.NextGen/.CPT/.Estacional/.CHIRPS/.Guatemala/.V4/Models+.COLA-RSMAS-CCSM4+.Forecast+.Mu/downloadsarcinfo.html'
single quotes are necessary in unix to protect the url from expansion; probably necessary in other cases as well