This a a artix linux mirror that is sync with https://mirror.aarnet.edu.au/pub/artix/ once per mouth.
I test the mirror https://mirror.aarnet.edu.au/pub/artix/ on a virtualbox running artix plasma dinit i run sudo pacman -Syu
Then once the update is done i check to see if any basic functitons are broken like plasma,networking and bluetooth. the test i do will be short but i should be able to see if a update would break something on a system that would only have liberewolf installed.
Then if i see that the update does not break the system i will sync up with https://mirror.aarnet.edu.au/pub/artix/
If you want to use my mirror add this you your top of you're /etc/pacman.d/mirrorlist
#Tested Stable Artix Linux Mirror
Server = https://artix.cybermaid.nz/$repo/os/$arch
sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist-back
sudo curl https://artix.cybermaid.nz/mirrorlist -o /etc/pacman.d/mirrorlist
sudo cp /etc/pacman.d/mirrorlist-back /etc/pacman.d/mirrorlist