You do not need the url helper since the download link in the database is absolute
<a href="{{ $item->licenses->download_link }}" class="btn btn-primary">Download Your Beat Now!</a>
Be aware that you have no control over this link - it can be shared. If you need to control who can access the link, then you will need to pass through your application to authenticate/authorize the user.