I downloaded abcl-src-0.21.0 from http://common-lisp.net/project/armedbear/. I ran:
ant -f build.xml abcl.conrtib
Without creating the directory ./contrib/asdf-install/ 'by hand' the install would not run to completion, complaining that /contrib/asdf-install/ was not a valid directory.
-Dave