Releases can be found here. The following one-liner downloads the amd64 deb installer for the latest release.
wget -q -nv -O - https://api.github.com/repos/sharkdp/bat/releases/latest \
| awk -F': ' '/browser_download_url/ && /_amd64\.deb/ && !/musl/ {gsub(/"/, "", $(NF)); system("wget -qi -L " $(NF))}'