AWX install error on Ubuntu 13.10 Saucy

I received the following error while running sudo sh setup.sh on Ubuntu 13.10 Saucy:

TASK: [packages_ubuntu | install awx package via apt] *************************
failed: [127.0.0.1] => {“failed”: true, “item”: “”, “parsed”: false}
invalid output was: Traceback (most recent call last):
File “/home/indolering/.ansible/tmp/ansible-1387664906.46-268106718996786/apt”, line 1464, in
main()
File “/home/indolering/.ansible/tmp/ansible-1387664906.46-268106718996786/apt”, line 404, in main
cache.update()
File “/usr/lib/python2.7/dist-packages/apt/cache.py”, line 441, in update
raise FetchFailedException(e)
apt.cache.FetchFailedException: W:Failed to fetch http://ansibleworks.com/releases/awx/deb/dists/saucy/non-free/binary-amd64/Packages 404 Not Found [IP: 141.101.126.25 80]
, W:Failed to fetch http://ansibleworks.com/releases/awx/deb/dists/saucy/non-free/binary-i386/Packages 404 Not Found [IP: 141.101.126.25 80]
, E:Some index files failed to download. They have been ignored, or old ones used instead.

FATAL: all hosts have already failed – aborting

PLAY RECAP ********************************************************************
to retry, use: --limit @/home/indolering/site.retry

127.0.0.1 : ok=5 changed=1 unreachable=0 failed=1

Downloading the .deb from http://ansibleworks.com/releases/awx/deb/pool/non-free/a/awx/awx_1.4.0-0_all.deb installs and commenting out install awx package via apt
enables the script to finish but localhost/127.0.0.1 still just loads the default Apache “It worked” page.

Please send AWX issues to info@ansibleworks.com