What is the safemath library address for erc20

I used it in my contract, but i have misplaced the actual library address so i cant deploy the contract.

:1234: Code to reproduce


:computer: Environment

SafeMath is a library that only has internal functions. As such, it does not need to be deployed. There is no address for SafeMath.