diff --git a/bin/get_calibrations b/bin/get_calibrations
index 9ed25dfdb41c45a1751302ad5f6c03f9f4a67aa2..2b24dd0b6e2ee346e96f29a1edecb6d702d77661 100755
--- a/bin/get_calibrations
+++ b/bin/get_calibrations
@@ -4,7 +4,7 @@ branch=${1:-master}
 detector_benchmarks=https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/artifacts/${branch}/raw/
 
 mkdir -p config
-for i in results/emcal_barrel_calibration.json ; do
+for i in results/emcal_barrel_calibration.json results/material-maps.json ; do
   curl --fail -sL ${detector_benchmarks}/${i}?job=deploy_results --output config/$(basename ${i})
   if [[ "$?" -ne "0" ]] ; then
       if find ${DETECTOR_PATH} -name $(basename $i) ; then