That's a very old installation ISO (October 2018). If you insist on installing that one, the you could try the following:
# cd /dev/disk/by-label
# ls
You should see the real ISO label, e.g. LABEL, you need to rename it accordingly, i.e. ARTIX_201810.
# mv LABEL ARTIX_201810
# exit
Hopefully, it'll resume booting normally. If not, reboot and also check that the symlink points to the correct device, usually /dev/sr0 or /dev/sdb1 if you only have got one disk in your laptop, otherwise link it yourself:
# ls -l
ARTIX_201810 -> ../../sr2
(say it's symlinked to sr2 which is wrong )
# ln -s /dev/sr0 ARTIX_201810
# exit