Zend certified PHP/Magento developer

Magento2 How to override PHP file vendor/magento/module-customer/Model/Vat.php in custom module ? VAT Validation Error

How Can I override this PHP file ?
vendor/magento/module-customer/Model/Vat.php
I want to change

const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService?wsdl';

to

const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';

How Can I do this in my custom module ?