No, I didn't run out of mirrors to test. Apprciate your efforts unSpawn.
For anyone who has the same problem, I solved it by entering the following code.
Code:
sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
exit