How to download and setup sbcl
Open terminal and run command
git clone https://github.com/sbcl/sbcl.git
git clone is used to create a copy or clone of sbcl repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with sbcl https://github.com/sbcl/sbcl/archive/master.zip
Or simply clone sbcl with SSH
[email protected]:sbcl/sbcl.git