Incorrect symbolic link for SAS data

I am running SAS and after the last update I started getting the following error:

Could not open file ‘lib/data/leapsecdata/leapsecs.dat’ for reading in:
/opt/envs/sas/xmmsas_22.1.0-a8f2c2afa-20250304
/opt/envs/sas/xmmsas_22.1.0-a8f2c2afa-20250304

The directory:

/opt/envs/sas/xmmsas_22.1.0-a8f2c2afa-20250304/lib/data

is actually a symbolic link that points to:

/opt/support-data/xmmsas-22.1.0//data

which doesn’t exist. The correct link should be:

/opt/support-data/xmmsas-22.1.0/sas_data

Thanks @rjtanner for reporting the issue.
It should be fixed now.